home *** CD-ROM | disk | FTP | other *** search
/ CompuServe CD 495W / Compuserve XTreme Edition 495W.iso / shopping / toyota / toyota.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1995-08-09  |  236 b   |  14 lines

  1. on mouseDown
  2.   set mySprite to the clickOn
  3.   puppetSprite(mySprite, 1)
  4.   set the castNum of sprite mySprite to 0
  5.   updateStage()
  6.   puppetSprite(mySprite, 0)
  7.   updateStage()
  8. end
  9.  
  10. on mouseUp
  11.   set the timeoutScript to EMPTY
  12.   go("E")
  13. end
  14.